home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00703_Script_11DNoBuyers Continue Script < prev    next >
Text File  |  1995-05-21  |  559b  |  30 lines

  1. on mouseDown
  2.   put "ContinueBTN" into f
  3.   put "ContinueBTNHL" into fHL
  4.   hiliter 23, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end MouseDown
  8.  
  9. on mouseUp
  10.   global theMovieName, CCLUB, park, CHEEVERS, hotel,¼
  11.  g08A, g09A, g11A
  12.   
  13.   if theMovieName = "P11D08A.MOV" then
  14.     set hotel = "c"
  15.     set g08A = "x"
  16.   end if
  17.   
  18.   if theMovieName = "P10D09A.MOV" then
  19.     set park = "c"
  20.     set g09A = "x"
  21.   end if
  22.   
  23.   if theMovieName = "P04D11A.MOV" then
  24.     set Cclub = "c"
  25.     set g11A = "x"
  26.   end if
  27.   
  28.   GameContinue
  29. end mouseUp
  30.